﻿/*****************************
* created by chaixiaoduo@126.com
* 2019-10-12 10:25:07
* 官网主页
*****************************/

.floorMain{
    margin-top: 80px;
}
.whtie-fff {
    background-color: #fff;
}
.gray-f3f3f3 {
    background-color: #f3f3f3;
}



img{
    transition:all .5s ease-out;
}
/* 1920 */


/**************************************************************************************
 **************
 ************** 首屏
 **************
****************************************************************************************/
.first-screen{
    width:100%;
    position: relative;
    font-size: 0;
}
.first-screen .image-view{
    width: 100%;
    height: 590px;
    margin: 0 auto;
    padding: 98px 0 0;
    background-image: linear-gradient(180deg, #FFFFFF 16%, #FFFFFF 59%, #F6F6F6 100%);
}
.first-screen .image-view h4{
    font-size: 33px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    font-weight: normal;
    font-family: PingFangSC-Regular;
}
.first-screen .image-view h4 span{
    font-size: 24px;
    color: #FF1240;
    font-family: PingFangSC-Regular;
}
.first-screen .image-view h1{
    font-size: 82px;
    font-weight: normal;
    color: #222222;
    letter-spacing: 0;
    margin-top: 6px;
    text-align: center;
    font-family: PingFangSC-Medium;
}
.first-screen .image-view ul{
    width: calc(1680px - 350px);
    margin: 68px auto 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}
.first-screen .image-view ul li {
    text-align: center;
}
.first-screen .image-view ul li .first-screen-div{
    padding: 0 30px;
}
.first-screen .image-view ul li .small-img{
    display: none;
}
.first-screen .image-view ul li p{
    height: 20px;
    font-size: 14px;
    color: #666666;
}
.first-screen .image-view ul li h3{
    font-size: 30px;
    color: #222222;
    position: relative;
    display: inline;
    font-weight: 400;
    font-family: PingFangSC-Medium;
}
.first-screen .image-view ul li h3 span{
    position: absolute;
    right: -43px;
    top: -22px;
    font-size: 12px;
    cursor: pointer;
    padding: 20px 30px 20px 0;
}
.first-screen .image-view ul li h3 span:hover{
    color: #FF1240;
}
.first-screen .image-view ul li h6{
    font-size: 14px;
    color: #666666;
    margin-top: 7px;
    font-weight: 400;
    font-family: PingFangSC-Medium;
}
.first-screen .image-view ul li {
    display: inline-block;
}
.first-screen .bottom {
    width: 1680px;
    height: 200px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.first-screen .bottom ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.first-screen .bottom ul li {
    width: 20%;
    height: 100px;
    padding-top: 19px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.first-screen .bottom ul li a{
    text-decoration: none;
}
/* .first-screen .bottom ul li.active{
    background-color: #FF1240;
    background-image: url('../img/center-sj.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 0;
} */
.first-screen .bottom ul li.active p{
    color: #fff!important;
}
.first-screen .bottom ul li .title{
    font-family: PingFangSC-Regular;
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 70px;
    color: #222222;
    position: relative;
    z-index: 1;
	transition: all 0.3s ease-out;
}
.first-screen .bottom ul li .desc {
    font-size: 14px;
    letter-spacing: 0;
    opacity: .8;
    margin-top: 6px;
    padding-left: 70px;
    color: #666666;
    position: relative;
    z-index: 1;
	transition: all 0.3s ease-out;
}
.first-screen .bottom ul li:hover p{
    color: #fff!important;
}
.first-screen .bottom ul li div{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #FF1240;
    z-index: 0;
}
.first-screen img{
    width: 240px;
    height: 162px;
    margin-top: 20px;
    opacity: 0;
    transition: all 0.3s;
}

/**************************************************************************************
 **************
 ************** 首屏
 **************
****************************************************************************************/




/**************************************************************************************
 **************
 ************** focus insight
 **************
****************************************************************************************/
.focus-insight{
    width: 100%;
    height: 880px;
    padding: 30px 0 0;
    position: relative;
    background: url('../img/bg_s.jpg')no-repeat center center;
}
.focus-insight .icon {
    width: 58px;
    /* margin: 0 auto; */
	-webkit-animation: rightan 1s infinite;
	-webkit-animation-fill-mode: both;
	animation-direction:alternate;
	-webkit-animation-direction:alternate;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0%);
}
@-webkit-keyframes rightan{
    from
    {
        /* margin-bottom: 0%; */
        transform: translate(-50%,-10%);
        opacity: 1;
    }
    to
    {
        /* margin-bottom: 5%; */
        transform: translate(-50%,20%);
        opacity: 0.5;
    }
}
.focus-insight .icon img{
    width:100%;
    height: 100%;
}
.focus-insight .icon img.small-img{
    display: none;
}
.focus-insight .title{
    font-family: "Times New Roman", Times, serif;
    width: 960px;
    margin: 74.7px auto 0;
    font-size: 113px;
    color: #FFFFFF;
    letter-spacing: 24px;
    text-shadow: 0 1px 2px rgba(153,153,153,0.70);
    position: relative;
}
.focus-insight .title em{
    font-family: PingFangSC-Medium;
    position: absolute;
    right: 0px ;
    font-size: 24px;
    top: 0px;
    font-style: normal;
}
.focus-insight .title span{
    font-family: PingFangSC-Medium;
    display: block;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    text-align: justify;
}
.focus-insight .number-box{
    margin: 65px auto 0;
    width: calc(100% - 970px);
    display: flex;
    justify-content: space-between;
}
.focus-insight .number-box li{
    display: inline-block;
    text-align: center;
}
.focus-insight .number-box li p:nth-child(1){
    font-size: 55px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.focus-insight .number-box li p:nth-child(1) span{
    font-size: 20px;
    color: #FFFFFF;
}
.focus-insight .number-box li p:nth-child(2){
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
}
.focus-insight .number-box li p:nth-child(2) span{
    font-size: 12px;
    position: absolute;
    top: -6px;
    right: -16px;
    cursor: pointer;
}
.focus-insight .number-box li p:nth-child(2) span:hover{
    color: #FF1240;
}
.focus-insight .number-box li p:nth-child(3){
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 12px;
}
.focus-insight .number-box li p:nth-child(3) a{
    color: #ffffff;
    text-decoration: underline;
    padding-right: 3px;
    font-size: 14px;
}
.focus-insight .number-box li p:nth-child(3) a:hover{
    color: #FF1240;
}
.focus-insight .city-list{
    width: 1680px;
    height: 42px;
    position: absolute;
    top:20px;
    left: 50%;
    margin-left: -840px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
}
.focus-insight .city-list li{
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    flex: 1;
    display: flex;
    align-items: center;
}
.focus-insight .city-list li div{
    text-align: center;
    flex: 1;
    border-left: 1px solid rgba(255,255,255,.4);
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.focus-insight .city-list li div i{
    display: inline-block;
    background: url('../img/icon.png') no-repeat -540px -41px;
    width: 20px;
    height: 13px;
    margin-right: 5px;
}
.focus-insight .city-list li:nth-last-child(1) div{
    border-right: 1px solid rgba(255,255,255,.4);
}
.focus-insight .city-list li.active{
    background: #FF1240;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    border-radius: 5px 5px 0 0;
}
.focus-insight .city-list li.active div{
    border-left: none;
    border-right: none;
}
.focus-insight .city-list li.active + li div{
    border-left: none;
}
.focus-insight .activity-dah-logo{
    position: absolute;
    width: 256px;
    height: 193px;
    right: 120px;
    top: 124px;
}
/**************************************************************************************
 **************
 ************** focus insight
 **************
****************************************************************************************/



/**************************************************************************************
 **************
 ************** left box
 **************
****************************************************************************************/
.left-box1 {
    width: 200px;
    height: 557px;
    /* position: fixed; */
    position: absolute;
    top: 250px;
    left: 120px;
    border-radius: 4px 4px 0 0;
    z-index: 8;
    padding: 9px 0 0px 0px;
    display: none;
}
.left-box1 ul{
    height: calc(100% - 43px);
    width: 100%;
    padding: 0 0 0 40px;
    background: rgba(30,28,25,.9);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
}
.left-box1 ul li {
    position: relative;
    padding: 23px 0 0 0;
    font-size: 0;
    cursor: pointer;
}
.left-box1 ul li a:hover>*{
    color: #33b7ff;
    position: relative;
    font-weight: bold;
}
.left-box1 ul li.active::before{
    content: " ";
    position: absolute;
    width: 6px;
    height: 40px;
    background: #33b7ff;
    top: 26px;
    left: -14px;
}
.left-box1 ul li p{
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 3px;
}
.left-box1 ul li span{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 12px;
}
.left-box1 .bottom-button {
    width: 100%;
    height: 80px;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    bottom: 43px;
    left: 0;
    background-color: #00a2e9;
}
.left-box1 .bottom-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.left-box1 .bottom-button img{
    width: 28px;
    height: 28px;
    margin-right: 7px;
}
.left-box1 .bottom-button span{
    font-size: 22px;
    color: #FFFFFF;
}
.left-box1 .tel{
    width: 200px;
    height: 50px;
    border-radius: 30px;
    border: solid 1px #33b7ff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -24px;
    display: flex;
    align-items: center;
}
.left-box1 .tel img{
    width: 20px;
    height: 20px;
    margin-left: 16px;
    margin-right: 4px;
}
.left-box1 .tel span{
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #00a2e9;
    font-weight: bold;
}

/**************************************************************************************
 **************
 ************** left box
 **************
****************************************************************************************/





/**************************************************************************************
 **************
 ************** content introduce
 **************
****************************************************************************************/
.content-introdcue{
    width: 100%;
    position: relative;
}
.content-introdcue>div{
    width: 100%;
    padding: 53px 0;
}
.content-introdcue .view .title{
    width: calc(100% - 540px);
    margin-left: 420px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*width: 1680px;
    margin: 0 auto;
    padding-left: calc(420px - calc((100% - 1680px ) / 2));*/
}
.content-introdcue .view .title-1 .left{
    width: 136px;
    height: 134px;
    background: url("../img/title-1.svg")no-repeat center center;
    margin-top: 6px;
}
.content-introdcue .view .title-2 .left{
    width: 136px;
    height: 63px;
    background: url("../img/title-2.svg")no-repeat top center;
    margin-top: 10px;
}
.content-introdcue .view .title-3 .left{
    width: 136px;
    height: 68px;
    background: url("../img/title-3.svg")no-repeat top center;
    margin-top: 6px;
}
.content-introdcue .view .title .right {
    width: calc(100% - 198px);
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    justify-content: space-between;
    height: 100%;
}
.content-introdcue .view .title .right .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-introdcue .view .title .right .top span:nth-child(1){
    font-family: PingFangSC-Medium;
    font-size: 44px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
	display: inline-block;
}
.content-introdcue .view .title .right .top a:nth-child(2){
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    font-family: PingFangSC-Regular;
    text-decoration: none;
}
.content-introdcue .view .title .right .top a:nth-child(2):hover{
    color: #FF1240;
}
.content-introdcue .view .title .right .top a:nth-child(2) img{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}
.content-introdcue .view .title .right .bottom {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    line-height: 25px;
    margin-top: 30px;
    font-family: PingFangSC-Regular;
	width: 100%;
}
.content-introdcue .view .tab-view {
    width: calc(100% - 420px);
    margin: 55px 0 0 420px;
}
.content-introdcue .view .header {
    width: calc(100% - 120px);
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.content-introdcue .view .header ul{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.content-introdcue .view .header>ul li{
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    position: relative;
    cursor: pointer;
}
.content-introdcue .view .header>ul li.active{
    background: #FF1240;
    border-radius: 2px;
    color: #fff;
}
.content-introdcue .view .header>ul li span{
    position: absolute;
    top: -13px;
    right: 9px;
    font-size: 12px;
    cursor: pointer;
}
.content-introdcue .view .header a{
    width: 80px;
    font-size: 14px;
    color: #444444;
    letter-spacing: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    text-decoration: none;
}
.content-introdcue .view .header a:hover{
    color: #FF1240;
}
.content-introdcue .view .header a img{
    height: 7px;
    margin-left: 3px;
}
.content-introdcue .view .content {
    width: 100%;
    margin-top: 35px;
    padding: 2px;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    height: 440px ;
}
.content-introdcue .view .content .arrow-img{
    position: absolute;
    cursor: pointer;
    z-index: 9;
	opacity: 0.5;
    width: 33px;
    height: 70px;
    padding: 40px;
}
.content-introdcue .view .content .arrow-img.arrow-img-left{
    left: 30px;
    top: 50%;
    margin-top: -50px;
    background: url(../img/icon.png) no-repeat -319px -1115px;
}
.content-introdcue .view .content .arrow-img.arrow-img-right{
    right: 30px;
    top: 50%;
    margin-top: -50px;
    background: url(../img/icon.png) no-repeat -448px -1115px;
}
.content-introdcue .view .content .arrow-img:hover{
    opacity: 0.8;
}
/* .content-introdcue .view .content:hover .arrow-img{
    opacity: 0.15;
} */
.content-introdcue .view .content .arrow-img:active{
    opacity: 1;
}
.content-introdcue .view .content>.move-div{
    position: relative;
    left: 0;
    /* display: flex; */
	white-space: nowrap;
}
.content-introdcue .view .content ul{
    /* display: flex; */
	white-space: nowrap;
	display: inline-block;
	/* overflow: hidden; */
	position: relative;
}
.content-introdcue .view .content li {
    font-size: 0;
    width: 400px;
    height: 400px;
    box-shadow: 0 0 2px 0 #CCCCCC;
    margin-right: 20px;
    background: #ffffff;
    position: relative;
	display: inline-block;
	vertical-align: top;
}
.content-introdcue .view .content li a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.content-introdcue .view .content li .img-main{
    width: 400px;
    height: 225px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
    background: url("../img/loading.gif") no-repeat center center;
    background-size: 100px 100px;
}
.content-introdcue .view .content li .img-main img{
    width: 400px;
    height: 225px;
    object-fit: cover;
}
.content-introdcue .view .content li .img-main img:hover{
    transform:scale(1.1);
}
.content-introdcue .view .content li .shadow-img{
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -42px;
    transition: all .3s;
}
.content-introdcue .view .content li:hover{
    box-shadow: 0 2px 5px 0 #CCCCCC;
}
.content-introdcue .view .content li:hover .shadow-img{
    opacity: 1;
}
.content-introdcue .view .content li .title-box{
    margin-top: 15px;
    padding: 0 30px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-introdcue .view .content li p{
    box-sizing: border-box;
    font-size: 32px;
    color: #222222;
    line-height: 35px;
    font-family: PingFangSC-Thin;
}
.content-introdcue .view .content li .desc{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    white-space: normal;
    margin-top: 15px;
    font-size: 14px;
    color: #222222;
}
/**************************************************************************************
 **************
 ************** content introduce
 **************
****************************************************************************************/






/**************************************************************************************
 **************
 ************** service view
 **************
****************************************************************************************/
.service-view{
    width: 100%;
    background-color: #F3F3F3;
    padding: 111px 0 0 0;
}
.service-view .service-title{
    width: calc(100% - 510px);
    margin-left: 420px;
    display: flex;
    justify-content: space-between;
}
.service-view .title-4 .left{
    width: 248px;
    height: 130px;
    margin-top: 8px;
    background: url("../img/title-4.svg")no-repeat bottom center;
}
.service-view .service-title .right{
    width: calc(100% - 320px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 25px;
}
.service-view .service-title .right div:nth-child(1){
    font-size: 44px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
}
.service-view .service-title .right div:nth-child(2){
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
.service-view .service-list-view {
    width: calc(100% - 420px);
    margin-left: 420px;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
}
.service-view .service-list-view>.left{
    width: 220px;
    min-height: 250px;
}
.service-view .service-list-view>.left p:nth-child(1){
    font-size: 36px;
    color: #222222;
    letter-spacing: 0;
    text-align: right;
    display: flex;
    align-items: center;
}
.service-view .service-list-view>.left p:nth-child(1) .icon-1{
    background: url('../img/icon.png') no-repeat -44px -1031px;
    width: 12px;
    height: 38px;
    margin-right: 12px;
}
.service-view .service-list-view>.left p:nth-child(1) .icon-2{
    background: url('../img/icon.png') no-repeat -140px -1031px;
    width: 21px;
    height: 38px;
    margin-right: 12px;
}
.service-view .service-list-view>.left p:nth-child(1) .icon-3{
    background: url('../img/icon.png') no-repeat -240px -1031px;
    width: 21px;
    height: 38px;
    margin-right: 12px;
}
.service-view .service-list-view>.left p:nth-child(1) .icon-4{
    background: url('../img/icon.png') no-repeat -339px -1031px;
    width: 23px;
    height: 38px;
    margin-right: 12px;
}
.service-view .service-list-view>.left p:nth-child(2){
    margin-top: 37px;
    font-size: 20px;
    color: #444444;
    letter-spacing: 1px;
    text-align: left;
    line-height: 34px;
    margin-bottom: 36px;
    width: 210px;
    font-family: PingFangSC-thin;
}
.service-view .service-list-view>.left i{
    display: block;
    margin-top: 15px;
    width:210px;
    height: 36px;
    cursor: pointer;
    background: url("../img/free.svg");
    background-size: 100% 100%;
}
.service-view .service-list-view>.left div a{
    display: block;
    margin-top:15px;
    width: 210px;
    height: 36px;
    font-size: 14px;
    color: #FF1240;
    box-sizing: border-box;
    border: 1px solid #FF1240;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-family: PingFangSC-Medium;
}
.service-view .service-list-view .right {
    width: calc(100% - 320px);
}
.service-view .service-list-view .right .tabs-header{
    height: 40px;
    width: calc(100% - 120px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-view .service-list-view .right .tabs-header ul{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.service-view .service-list-view .right .tabs-header ul li{
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    position: relative;
    cursor: pointer;
}
.service-view .service-list-view .right .tabs-header ul li.active{
    background: #FF1240;
    border-radius: 2px;
    color: #fff;
}
.service-view .service-list-view .right .tabs-header a{
    width: 80px;
    font-size: 14px;
    color: #444444;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
}
.service-view .service-list-view .right .tabs-header a:hover{
    color: #FF1240;
}
.service-view .service-list-view .right .tabs-header a img{
    height: 7px;
    margin-left: 3px;
}
.service-view .service-list-view .right .tabs-content{
    width: 100%;
}
.service-view .service-list-view .right .tabs-content ul li{
    background: #ffffff;
	display: inline-block;
	vertical-align: top;
	/* float: left; */
}
.service-view .service-list-view .right .tabs-content.cross-slide{
    overflow:hidden;
    position: relative;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div{
    position: relative;
    left: 0;
	white-space: nowrap;
    /* display: flex; */
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1){
    margin-top: 33px;
    padding: 2px;
    font-size: 0;
    /* display: flex; */
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) ul{
    /* display: flex; */
	display: inline-block;
	overflow: hidden;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) li{
    width: 400px;
    height: 400px;
    margin-right: 10px;
    box-shadow: 0 0 2px 0 #CCCCCC;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) li a{
    text-decoration: none;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) li .img-main{
    width: 400px;
    height: 225px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) li .img-main img{
    width: 400px;
    height: 225px;
    object-fit: cover;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(2){
    margin-top: 10px;
    white-space: nowrap;
    padding: 2px;
    font-size: 0;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(2) li .img-main{
    width: 310px;
    height: 174px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(2) li .img-main img{
    width: 310px;
    height: 174px;
    object-fit: cover;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(2) ul{
    /* display: flex; */
	display: inline-block;
	overflow: hidden;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(2) li{
    width: 310px;
    height: 310px;
    margin-right: 10px;
    box-shadow: 0 0 2px 0 #CCCCCC;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(2) li a{
    text-decoration: none;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div li img:hover{
    transform: scale(1.1);
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box{
    padding: 15px 30px 0;
    height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div li p{
    font-size: 32px;
    color: #222222;
    letter-spacing: 0;
    line-height: 35px;
    font-family: PingFangSC-Thin;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div li .desc{
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    padding: 0 30px;
    padding-top: 24px;
    width: 100%;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(2) li .desc{
    padding-top: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.service-view .service-list-view .right .tabs-content.cross-slide .arrow-img{
    position: absolute;
    cursor: pointer;
    z-index: 9;
    opacity: 0.5;
    width: 33px;
    height: 70px;
    padding: 40px;
}
.service-view .service-list-view .right .tabs-content.cross-slide .arrow-img:hover{
    opacity: 0.8;
}
.service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-left{
    left: 30px;
    top: 50%;
    margin-top: -50px;
    background: url(../img/icon.png) no-repeat -319px -1115px;
}
.service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-right{
    right: 30px;
    top: 50%;
    margin-top: -50px;
    background: url(../img/icon.png) no-repeat -448px -1115px;
}

.service-view .service-list-view .right .tabs-content.cross-slide .arrow-img:active{
    opacity: 1;
}
.service-view .service-list-view .right .tabs-content.cross-slide .move-div li:hover{
    box-shadow: 0 2px 5px 0 #CCCCCC;
}
/**************************************************************************************
 **************
 ************** service view
 **************
****************************************************************************************/


/**************************************************************************************
 **************
 ************** ip box
 **************
****************************************************************************************/
.ip-box{
    width: 100%;
    background: #F3F3F3;
    padding: 60px 0 60px 0;
}
.ip-box .ip-view{
    width: calc(100% - 420px);
    margin-left: 420px;
    display: flex;
    justify-content: space-between;
}
.ip-box .ip-view>.left{
    width: 220px;
    min-height: 250px;
}
.ip-box .ip-view .left div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ip-box .ip-view .left div i{
    display: inline-block;
    margin-right: 8px;
    background: url('../img/icon.png') no-repeat -519px -134px;
    width: 63px;
    height: 28px;
}
.ip-box .ip-view .left div span{
    font-size: 36px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
}
.ip-box .ip-view .left p{
    width: 210px;
    font-size: 20px;
    color: #444444;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    margin-top: 33px;
    margin-bottom: 49px;
    font-family: PingFangSC-Thin;
}
.ip-box .ip-view .left i.free{
    display: block;
    width: 210px;
    height: 36px;
    margin-top: 15px;
    cursor: pointer;
    background: url("../img/free.svg");
    background-size: 100% 100%;
}
.ip-box .ip-view .left .talkBox a{
    display: block;
    margin-top:15px;
    width: 210px;
    height: 36px;
    font-size: 14px;
    color: #FF1240;
    box-sizing: border-box;
    border: 1px solid #FF1240;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.ip-box .ip-view .right{
    width: calc(100% - 320px);
}
.ip-box .ip-view .right .title{
    width: calc(100% - 120px);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ip-box .ip-view .right .title ul{
    flex: 1;
    display: flex;
    justify-content: flex-start;
}
.ip-box .ip-view .right .title ul li {
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    position: relative;
    cursor: pointer;
}
.ip-box .ip-view .right .title ul li.active{
    background: #FF1240;
    border-radius: 2px;
    color: #fff;
}
.ip-box .ip-view .right .title a{
    width: 80px;
    font-size: 14px;
    color: #444444;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
}
.ip-box .ip-view .right .title a:hover{
    color: #FF1240;
}
.ip-box .ip-view .right .title a img{
    height: 7px;
    margin-left: 3px;
}
.ip-box .ip-view .right .box{
    width: 100%;
    height: 400px;
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
}
.ip-box .ip-view .right .box .img-main{
    width: 723px;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.ip-box .ip-view .right .box img:hover{
    transform: scale(1.1);
}
.ip-box .ip-view .right .box img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.ip-box .ip-view .right .box .right-text{
    /* width: 440px; */
    height: 400px;
    background-color: #FF9C20;
    padding-top: 130px;
    padding-left: 62px;
    box-sizing: border-box;
	flex: 1;
}
.ip-box .ip-view .right .box .right-text p:nth-child(1){
    font-size: 50px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 36px;
}
.ip-box .ip-view .right .box .right-text p:nth-child(2){
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    margin-top: 30px;
}
.ip-box .bottom-box{
    width: calc(100% - 420px);
    margin: 8px 0 0 420px;
    overflow-x: hidden;
    white-space: nowrap;
    padding: 2px;
    font-size: 0;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.ip-box .bottom-box li {
    display: inline-block;
    width: 400px;
    height: 400px;
    box-shadow: 0 0 2px 0 #CCCCCC;
    margin-right: 10px;
    background: #ffffff;
	vertical-align: top;
}
.ip-box .bottom-box li a{
    text-decoration: none;
}
.ip-box .bottom-box li .img-main{
    width: 400px;
    height: 225px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.ip-box .bottom-box li img{
    width: 400px;
    height: 225px;
    object-fit: cover;
}
.ip-box .bottom-box li img:hover{
    transform: scale(1.1);
}
.ip-box .bottom-box li .title-box{
    margin-top: 15px;
    padding: 0 30px;
    height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ip-box .bottom-box li p{
    box-sizing: border-box;
    font-size: 32px;
    color: #222222;
    letter-spacing: 0;
    line-height: 35px;
    font-family: PingFangSC-thin;
}
.ip-box .bottom-box li .desc{
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    margin-top: 22px;
    padding: 0 30px;
}
.ip-box .bottom-box li:hover{
    box-shadow: 0 2px 5px 0 #CCCCCC;
}
.ip-box .bottom-box .move-div{
    position: relative;
    left: 0;
    /* display: flex; */
	white-space: nowrap;
}
.ip-box .bottom-box .move-div>ul{
	/* display:flex; */
	display: inline-block;
	vertical-align: top;
}
.ip-box .bottom-box .arrow-img{
    position: absolute;
    cursor: pointer;
    z-index: 9;
    opacity: 0.5;
    width: 33px;
    height: 70px;
    padding: 40px;
}
.ip-box .bottom-box .arrow-img:hover{
    opacity: 0.8;
}
.ip-box .bottom-box .arrow-img.arrow-img-left{
    left: 30px;
    top: 50%;
    margin-top: -50px;
    background: url(../img/icon.png) no-repeat -319px -1115px;
}
.ip-box .bottom-box .arrow-img.arrow-img-right{
    right: 30px;
    top: 50%;
    margin-top: -50px;
    background: url(../img/icon.png) no-repeat -448px -1115px;
}
.ip-box .bottom-box .arrow-img:active{
    opacity: 1;
}
/**************************************************************************************
 **************
 ************** ip box
 **************
****************************************************************************************/





/**************************************************************************************
 **************
 ************** value driven
 **************
****************************************************************************************/
.value-driven {
    width: 100%;
    background-color: black;
    height: 670px;
    position: relative;
    display: flex;
    justify-content: center;
}
.value-driven .back{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.value-driven .back img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.value-driven .back .mask{
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.value-driven .view{
    width: 1680px;
    height: 100%;
    z-index: 3;
	position: relative;
}
.value-driven .box{
    width: calc(100% - 300px);
    margin-left: 300px;
    height: 100%;
    padding: 52.5px 0 52.5px 15px;
    display: flex;
    justify-content: center;
}
.value-driven .box .left{
    width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.value-driven .box .title-5>p{
    width: 260px;
    height: 63px;
    background: url("../img/title-5.svg")no-repeat bottom left;
    margin-top: 9px;
}
.value-driven .box .left div>p:nth-child(1){
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
}
.value-driven .box .left div>p:nth-child(2){
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
}
.value-driven .box .right{
    flex: 1;
    height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
}
.value-driven .box .right .title{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.value-driven .right .title span:nth-child(1){
    font-size: 44px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    flex: 1;
}
.value-driven .right .title a:nth-child(2){
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
}
.value-driven .right .title a:nth-child(2):hover{
    color: #FF1240;
}
.value-driven .right .title a:nth-child(2) img{
    width: 18px;
    height: 18px;
    margin-right:  3px;
}
.value-driven .right .desc {
    margin-top: 16px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
.value-driven .right .center{
    margin-top: 60px;
}
.value-driven .right .center ol li>p:nth-child(1){
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
}
.value-driven .right .center ol li>p:nth-child(2){
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    margin-top: 5px;
}
.value-driven .right .center ol li>p:nth-child(3){
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    text-align: right;
}
.value-driven .right .center ol li{
    display:none;
}
.value-driven .right .center ol li:first-child{
    display: block;
}
.value-driven .right .center>div{
    width: 100%;
    margin-top: 8px;
}
.value-driven .right .center>div .line{
    width:100%;
    overflow: hidden;
    height: 18px;
    position: relative;
}
.value-driven .right .center>div .line img{
    height: 18px;
    position: absolute;
    top: 1px;
    left: 10%;
    transform: translateX(-50%);
}
.value-driven .right .center ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
}
.value-driven .right .center ul li{
    box-sizing: border-box;
    height: 80px;
    flex: 1;
    cursor: pointer;
}
.value-driven .right .center ul li .top{
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8px;
}
.value-driven .right .center ul li .top div{
    flex: 1;
    height: 8px;
    background-color: #FF1240;
}
.value-driven .right .center ul li .top img{
    height: 8px;
    width: auto;
}
.value-driven .right .center ul li .text{
    height: 72px;
    background-color: transparent;
    padding-top: 8px;
}
.value-driven .right .center ul li .text p:nth-child(1){
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}
.value-driven .right .center ul li .text p:nth-child(2){
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-top: 2px;
}
.value-driven .right .center ul li:hover .top{
    opacity: 1;
}
.value-driven .right .center ul li:hover .top img{
    display: none;
}
.value-driven .right .center ul li:hover .text{
    background-color: #FF1240;
}
.value-driven .right .center ul li.active .top{
    opacity: 1;
}
.value-driven .right .center ul li.active .text{
    background-color: #FF1240;
}
.value-driven .right .center ul li.active .top img{
    display: block;
}

.value-driven .right .bottom {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    padding-left: 10px;
}
.value-driven .right .bottom>div p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    margin-bottom: 9px;
}
.value-driven .right .bottom>div .leave{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.value-driven .right .bottom>div .leave input{
    width: 620px;
    height: 40px;
    font-size: 14px;
    border:none;
    outline: none;
    border-radius: 3px 0 0 3px;
    line-height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    margin-right: 20px;
}
.value-driven .right .bottom>div .leave .getCode{
    width: 300px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 2px;
    display: flex;
    align-items: center;
}
.value-driven .right .bottom>div .leave .getCode input{
    width: 200px;
}
.value-driven .right .bottom>div .leave .getCode i{
    width: 99px;
    border-left: solid 1px #dddddd;
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0px;
    color: #222222;
    text-align: center;
    cursor: pointer;
}
.value-driven .right .bottom>div .leave input::placeholder{
    color: #999999;
    font-size: 14px;
}
.value-driven .right .bottom>div .leave span{
    background: #4284ED;
    width: 145px;
    height: 40px;
    border-radius: 0px 2px 2px 0px;
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
}
/**************************************************************************************
 **************
 ************** value driven
 **************
****************************************************************************************/


/**************************************************************************************
 **************
 ************** map view
 **************
****************************************************************************************/
.map-view{
    width: 100%;
    height: 600px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 45px;
    position: relative;
    z-index: 8;
    overflow: hidden;
}
.map-view .title{
    font-family: PingFangSC-Medium;
    font-size: 44px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}
.map-view #Amap{
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.map-view .bottom {
    position: absolute;
    bottom: 0;
    height: 36px;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.7);
}
.map-view .bottom ul{
    width: 1680px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -840px;
}
.map-view .bottom ul li {
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    flex: 1;
    position: relative;
    cursor: pointer;
}
.map-view .bottom ul li.active{
    background: #FF1240;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
}
.map-view .bottom ul li div{
    text-align: center;
    flex: 1;
    border-left: 1px solid rgba(255,255,255,.4);
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 7px;
}
.map-view .bottom ul li div i{
    display: inline-block;
    background: url('../img/icon.png') no-repeat -540px -41px;
    width: 20px;
    height: 13px;
    margin-right: 5px;
}
.map-view .bottom ul li:nth-last-child(1) div{
    border-right: 1px solid rgba(255,255,255,.4);
}
.map-view .bottom ul li.active + li div{
    border-left: none;
}
.map-view .bottom ul li.active div{
    border-left: none;
    border-right: none;
    position: static;
}
.map-view .img-main{
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.map-view .img-main img{
    display: none;
    object-fit: cover;
}
.map-view .map-info-view{
    width: 500px;
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 #AFAAA2;
    border-radius: 5px;
    padding: 26px 60px 0;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-250px);
    top: 170px;
    z-index: 3;
    text-align: left;
}
.map-view .map-info-view img{
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.map-view .map-info-view p:nth-child(1){
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}
.map-view .map-info-view p:nth-child(2){
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    margin-top: 7px;
}
.map-view .map-info-view p:nth-child(3){
    margin-top: 15px;
}
.map-view .map-info-view p:nth-child(3),.map-view .map-info-view p:nth-child(4),.map-view .map-info-view p:nth-child(5){
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
}
.map-view .map-info-view div{
    width: 120px;
    height: 36px;
    margin: 18px auto 0;
    background-color: #FF1240;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
}
.map-view .map-info-view div a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
	cursor: pointer;
}
.amap-container,.amap-maps,.amap-drags{
    overflow: visible;
}
/**************************************************************************************
 **************
 ************** map view
 **************
****************************************************************************************/




/*动态和关于我们*/
.dynamic{
	width: 100%;
	padding: 45px 0px 50px 0px;
	background: #F6F6F6;
}
.dynamic .dynamic_box{
	width: 1680px;
	margin: 0 auto;
	display: flex;
}
.dynamic .dynamic_box .trends{
	float: left;
	margin-right: 40px;
	width:1240px ;
}
.dynamic_box .title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.dynamic_box .title .title_name{
	float: left;
	text-align: justify;
	flex: 1;
	display: flex;
	justify-content: flex-start;
}
.dynamic_box .title .title_name a{
    font-family: PingFangSC-Medium;
    font-size: 44px;
    color: #222222;
    letter-spacing: 0;
    text-decoration: none;
}
.dynamic_box .title .title_name a:hover{
    color: #FF1240;
}
.dynamic_box .title .title_link{
	float: right;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #444444;
	letter-spacing: 0;
	text-align: justify;
}
.dynamic_box .title .title_link:hover{
    color: #FF1240;
}
.dynamic_box .title .title_link>img{
	height: 7px;
	margin-left: 3px;
}
.trends .trends_list{
	width: 100%;
}
.dynamic_box .list_main{
	width: 400px;
	height: 400px;
	margin-right: 20px;
	background: #FFFFFF;
	float: left;
}
.dynamic_box .list_main a{
    text-decoration: none;
}
.dynamic_box .list_main:last-child{
	margin-right: 0px;
}
.dynamic_box .list_main .list_main_img{
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.dynamic_box .list_main .list_main_img>img{
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-out;
    object-fit: cover;
}
.dynamic_box .list_main .main_big{
	font-family: PingFangSC-Thin;
	font-size: 32px;
	color: #222222;
	letter-spacing: 0;
	line-height: 36px;
	margin: 15px 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 72px;
    overflow: hidden;
}
.dynamic_box .list_main .main_big>p{
	font-size: 32px;
	font-family: PingFangSC-thin;
	color: #222222;
}
.dynamic_box .list_main .main_small{
	font-family: PingFangSC-Regular;
	font-size: 14px;
    height: 40px;
	color: #222222;
	letter-spacing: 0;
	text-align: justify;
	margin: 0px 30px;
	margin-bottom: 21px;
	overflow: hidden;
	/* text-overflow: ellipsis;
	display:-webkit-box;
    display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; */
}
.dynamic_box .list_main .list_main_img>img:hover{
	transform: scale(1.1);
}
.dynamic .dynamic_box .concerning{
	float: left;
	width: 400px;
}
.dynamic_box .concerning .list_main .main_small{
    font-size: 22px;
    margin-bottom: 0px;
    height: 28px;
}
.dynamic_box .concerning .list_main .main_big{
    height: 39px;
    margin-bottom: 30px;
}
/**************************************************************************************
 **************
 ************** bottom view
 **************
****************************************************************************************/


.info_recommend h2{
    font-family: PingFangSC-Medium;
    font-size: 44px;
    color: #222222;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
}
.info_recommend ul li{
    width: calc((100% - 24px) / 4);
}
.info_recommend .list div{
    width: calc((100% - 24px) / 4);
}
.info_recommend .list div .cont{
    width: 74%;
}


/* 1920 */


/* 1680 1600 */
@media screen and (max-width: 1919px) and (min-width: 1600px){

    .first-screen{
        min-width: calc(100% - 160px);
    }
    .first-screen .image-view h4{
        font-size: 31px;
    }
    .first-screen .image-view ul{
        width: calc(100% - 400px);
    }
    .first-screen .bottom {
        width: 1520px;
    }
    .first-screen .image-view ul li .first-screen-div{
        padding: 0 15px;
    }

    .left-box1 {
        left: 70px;
    }

    .focus-insight .number-box{
        margin: 50px auto 0;
        width: calc(100% - 600px);
        margin-left: 310px;
    }
    .focus-insight .city-list{
        width: 1520px;
        margin-left: -760px;
    }
    .focus-insight .activity-dah-logo{
        width: 236px;
        height: 178px;
        right: 70px;
    }


    .content-introdcue .view .title{
        width: calc(100% - 360px);
        margin-left: 360px;
    }
    .content-introdcue .view .title .right .top{
        width: calc(100% - 80px);
        margin-bottom: 22px;
    }
    .content-introdcue .view .title .right .bottom {
        width: calc(100% - 80px);
    }
    .content-introdcue .view .tab-view {
        width: calc(100% - 360px);
        margin: 20px 0 0 360px;
    }
    .content-introdcue .view .header {
        width: calc(100% - 80px);
    }


    .service-view .service-title{
        width: calc(100% - 360px);
        margin-left: 360px;
    }
    .service-view .service-title .right div{
        width: calc(100% - 80px);
    }
    .service-view .service-list-view {
        width: calc(100% - 360px);
        margin-left: 360px;
    }
    .service-view .service-list-view .left p:nth-child(1){
        width: 210px;
        font-size: 34px;
    }
    .service-view .service-list-view .left p:nth-child(2){
        width: 210px;
    }
    .service-view .service-list-view .right .tabs-header{
        width: calc(100% - 80px);
    }




    .value-driven .view{
        width: 1520px;
    }
    .value-driven .box{
        width: calc(100% - 360px);
        margin-left: 360px;
        padding: 78px 0px 80px 0;
    }
    .value-driven .right .center ul li .text p:nth-child(1){

    }

    .value-driven .right .bottom {
        bottom: -21px;
    }
    .value-driven .right .bottom>div .leave input{
        width: 395px;
    }



    .map-view .bottom{
        display: flex;
        justify-content: center;
    }
    .map-view .bottom ul{
        width: 1520px;
        margin-left: -760px;
    }


	/*动态和关于我们*/
	.dynamic{
		padding: 81.36px 0px 90.4px 0px;
	}
	.dynamic .dynamic_box{
		width: 1518.72px;
	}
	.dynamic .dynamic_box .trends{
		margin-right: 36.16px;
		width:1120.96px ;
	}
	.dynamic_box .title{
		margin-bottom: 27.12px;
	}
	.dynamic_box .title .title_name{
		font-size: 39px;
	}
	.dynamic_box .title .title_link{
		font-size: 14px;
	}
	.dynamic_box .title .title_link>img{
		height: 7px;
		margin-left: 3px;
	}


	.dynamic_box .list_main{
		width: 361.6px;
		height: 361.6px;
		margin-right: 18.08px;
	}
	.dynamic_box .list_main .list_main_img{
		height: 203.4px;
	}
	.dynamic_box .list_main .main_big{
		font-size: 28px;
		line-height: 32.54px;
		margin: 13.56px 27.12px;
        height: 66px;
	}
	.dynamic_box .list_main .main_big>p{
		font-size: 28px;
	}
	.dynamic_box .list_main .main_small{
		font-size: 14px;
		margin: 0px 27.12px;
		margin-bottom: 18.9px;
	}
	.dynamic .dynamic_box .concerning{
		float: left;
		width: 361.6px;
	}
    .dynamic_box .concerning .list_main .main_big{
        margin-bottom: 23px;
    }

    .ip-box .ip-view .right .box .img-main{
        width: 723px;
    }
    .ip-box .ip-view .right .box .right-text{
        width: 440px;
    }

}
/* 1680 1600 */

@media screen and (max-width: 1599px){
    .left-box1 .tel{
        display: none;

    }

}

/* 1366 */
@media screen and (max-width: 1599px) and (min-width: 1281px){


    .left-box1 {
        left: 52px;
    }

    /**************************************************************************************
    **************
    ************** 首屏
    **************
    ****************************************************************************************/
    .first-screen .image-view{
        height: 308px;
        padding: 30px 0 0;
    }
    .first-screen .image-view h4{
        font-size: 20px;
    }
    .first-screen .image-view h1{
        font-size: 56px;
        margin-top: 0px;
    }
    .first-screen .image-view ul{
        width: calc(100% - 200px);
        margin: 20px auto 0;
    }
    .first-screen .image-view ul li .first-screen-div{
        padding: 0 20px;
    }
    .first-screen .image-view ul li .big-img{
        display: none;
    }
    .first-screen .image-view ul li .small-img{
        display: block;
    }
    .first-screen .image-view ul li h3{
        font-weight: normal;
        font-size: 24px;
    }
    .first-screen .image-view ul li h6{
        font-weight: normal;
    }
    .first-screen .bottom {
        width: 1246px;
        height: 164px;
    }
    .first-screen .bottom ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .first-screen .bottom ul li {
        width: 20%;
        height: 82px;
        padding-top: 19px;
    }
	.first-screen .bottom ul li div{
		z-index: 0;
		background-size: 91.84px 60.68px;
	}
    .first-screen .bottom ul li .title{
        font-size: 18px;
        padding-left: 18px;
    }
    .first-screen .bottom ul li .desc {
        opacity: 1;
        padding-left: 18px;
    }
    .first-screen .bottom ul li.active{
        background-image: url('../img/1280center-sj.png');
    }
    .first-screen img{
        width: 160px;
        height: 108px;
        margin-top: 10px;
    }
    /**************************************************************************************
    **************
    ************** 首屏
    **************
    *******************************/

    /**************************************************************************************
    **************
    ************** focus insight
    **************
    ****************************************************************************************/
    .focus-insight{
        padding-top: 25px;
        height: 580px;
    }
    .focus-insight .icon {
        width: 54px;
        height: 28px;
        margin: 0 auto;
    }
    .focus-insight .icon img{
        width:100%;
        height: 100%;
    }
    .focus-insight .icon img.small-img{
        display: block;
    }
    .focus-insight .icon img.big-img{
        display: none;
    }
    .focus-insight .title{
        width: 750px;
        margin: 25px auto 0;
        font-size: 86px;
        letter-spacing: 21px;
    }
    .focus-insight .title span{
        font-size: 30px;
    }
    .focus-insight .number-box{
        margin: 75px auto 0;
        width: calc(100% - 525px);
    }
    .focus-insight .number-box li p:nth-child(1){
        font-size: 48px;
    }
    .focus-insight .number-box li p:nth-child(1) span{
        font-size: 14px;
    }
    .focus-insight .number-box li p:nth-child(2){
        font-size: 14px;
    }
    .focus-insight .city-list{
        width: 1246px;
        height: 32px;
        margin-left: -623px;
    }
    .focus-insight .activity-dah-logo{
        width: 230px;
        height: 178px;
        right: 52px;
        top: 70px;
    }
    /**************************************************************************************
    **************
    ************** focus insight
    **************
    ****************************************************************************************/

    /**************************************************************************************
    **************
    ************** left box
    **************
    ****************************************************************************************/
    .left-box1 {
        width: 165px;
        height: 505px;
		position: absolute;
        top: 150px;
        left: 40px;
    }
    .left-box1 ul{
        padding: 0 0 0 27px;
    }
    .left-box1 ul li {
        padding: 16px 0 0 0;
    }
    .left-box1 ul li.active::before{
        top: 20px;
    }
    .left-box1 .tel{
        width: 165px;
    }
    .left-box1 .tel img{
        width: 16px;
        height: 16px;
        margin-left: 8px;
        margin-right: 2px;
    }
    .left-box1 .tel span{
        font-size: 18px;
    }
    /**************************************************************************************
    **************
    ************** left box
    **************
    ****************************************************************************************/



    /**************************************************************************************
    **************
    ************** content introduce
    **************
    ****************************************************************************************/
    .content-introdcue>div{
        padding: 80px 0;
    }
    .content-introdcue .view .title{
        width: calc(100% - 320px);
        margin-left: 260px;
    }
    .content-introdcue .view .title-1 .left{
        width: 128px;
        height: 130px;
        background: url("../img/1280title-1.svg")no-repeat center center;
        margin-top: 6px;
    }
    .content-introdcue .view .title-2 .left{
        width: 125px;
        height: 60px;
        background: url("../img/1280title-2.svg")no-repeat top center;
        margin-top: 10px;
    }
    .content-introdcue .view .title-3 .left{
        width: 125px;
        height: 63px;
        background: url("../img/1280title-3.svg")no-repeat top center;
        margin-top: 6px;
    }
    .content-introdcue .view .title .right {
        width: calc(100% - 198px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 100%;
    }
    .content-introdcue .view .title .right .top{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 22px;
    }
    .content-introdcue .view .title .right .top span:nth-child(1){
        display: inline-block;
        width: 528px;
        font-size: 40px;
    }
    .content-introdcue .view .title .right .bottom {
        line-height: 20px;
		width: 100%;
    }
    .content-introdcue .view .tab-view {
        width: calc(100% - 256px);
        margin: 20px 0 0 256px;
    }
    .content-introdcue .view .header {
        width: calc(100% - 60px);
    }
    .content-introdcue .view .header>ul li{
        padding: 0 20px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    .content-introdcue .view .content {
        margin-top: 20px;
        height: 395px;
    }
    .content-introdcue .view .content li {
        width: 350px;
        height: 350px;
        margin-right: 12px;
    }
    .content-introdcue .view .content li .img-main{
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .content-introdcue .view .content li .img-main img{
        width: 350px;
        height: 197px;
    }
    .content-introdcue .view .content li .shadow-img{
        bottom: -37px;
    }
    .content-introdcue .view .content li .title-box{
        padding: 0 20px;
    }
    .content-introdcue .view .content li p{
        font-size: 32px;
    }
    .content-introdcue .view .content li .desc{
        padding: 0 21px;
        margin-top: 9px;
        font-size: 14px;
    }
    .content-introdcue .view .content .arrow-img{
        width: 60px;
        height: 60px;
    }
    /*.content-introdcue .view .content .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .content-introdcue .view .content .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/
    /**************************************************************************************
    **************
    ************** content introduce
    **************
    *********************************************************************************/



    /**************************************************************************************
    **************
    ************** service view
    **************
    ****************************************************************************************/
    .service-view{
        padding: 70px 0 0 0;
    }
    .service-view .service-title{
        width: calc(100% - 280px);
        margin-left: 240px;
    }
    .service-view .title-4 .left{
         width: 221px;
         height: 123px;
         margin-top: 8px;
         background: url("../img/1280title-4.svg")no-repeat bottom center;
    }
    .service-view .service-title .right{
        width: calc(100% - 265px);
    }
    .service-view .service-title .right div:nth-child(1){
        font-size: 42px;
    }
    .service-view .service-list-view {
        width: calc(100% - 240px);
        margin-left: 240px;
        padding: 32px 0;
    }
    .service-view .service-list-view .left p:nth-child(1){
        width: 223px;
        font-size: 34px;
        display: inline-block;
        text-align: right;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-1{
        background: url('../img/1280-icon.png') no-repeat -245px -132px;
        width: 11px;
        height: 36px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-2{
        background: url('../img/1280-icon.png') no-repeat -340px -132px;
        width: 20px;
        height: 36px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-3{
        background: url('../img/1280-icon.png') no-repeat -440px -132px;
        width: 21px;
        height: 38px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-4{
        background: url('../img/1280-icon.png') no-repeat -539px -132px;
        width: 22px;
        height: 36px;
        margin-right: 8px;
    }
    .service-view .service-list-view .left p:nth-child(2){
        width: 223px;
        padding-left: 22px;
        font-size: 20px;
        margin-bottom: 50px;
        text-align: left;
    }
    .service-view .service-list-view .left i{
        display: block;
        width: 203px;
        float: right;
        background: url("../img/1280free.svg");
        background-size: 100% 100%;
    }
    .service-view .service-list-view .left div{
        width: 203px;
        float: right;
    }
    .service-view .service-list-view .left div a{
        width: 203px;
    }
    .service-view .service-list-view .right {
        width: calc(100% - 265px);
    }
    .service-view .service-list-view .right .tabs-header{
        width: calc(100% - 40px);
    }
    .service-view .service-list-view .right .tabs-header ul li{
        height: 38px;
        line-height: 38px;
        font-size: 20px;
        padding: 0 20px;
    }
    .service-view .service-list-view .right .tabs-content{
        margin-top: 20px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li{
        width: 350px;
        height: 350px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li .img-main{
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li img{
        width: 350px;
        height: 197px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li .img-main{
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li img{
        width: 310px;
        height: 174px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box{
        padding: 15px 22px 0;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box p{
        line-height: 35px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .desc{
        padding: 22px 22px 0;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li div{
        margin-top: 12px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li div{
        margin-top: 12px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .arrow-img{
        width: 60px;
        height: 60px;
    }
    /*.service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/
    /**************************************************************************************
    **************
    ************** service view
    **************
    *****************************/


    /**************************************************************************************
    **************
    ************** ip box
    **************
    ****************************************************************************************/
    .ip-box{
        min-width: 1246px;
        padding: 49px 0 45px 0;
    }
    .ip-box .ip-view{
        width: calc(100% - 260px);
        margin-left: 260px;
    }
    .ip-box .ip-view .left{
        width: 203px;
    }
    .ip-box .ip-view .left div{
        width: 203px;
        display: inline-block;
        text-align: right;
    }
    .ip-box .ip-view .left div i{
        display: inline-block;
        margin-right: 1px;
        background: url('../img/icon.png') no-repeat -519px -134px;
        width: 60px;
        height: 27px;
    }
    .ip-box .ip-view .left p{
        width: 203px;
        padding-left: 22px;
        margin-bottom: 64px;
    }
    .ip-box .ip-view .left img{
        width: 203px;
        float: right;
    }
    .ip-box .ip-view .left i.free{
        width: 203px;
        background: url(../img/1280free.svg);
    }
    .ip-box .ip-view .right{
        width: calc(100% - 246px);
    }
    .ip-box .ip-view .right .title{
        width: calc(100% - 60px);
        height: 38px;
    }
    .ip-box .ip-view .right .title ul li {
        padding: 0 20px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    .ip-box .ip-view .right .box{
        width: 100%;
        height: 280px;
        margin-top: 34px;
    }
    .ip-box .ip-view .right .box .img-main{
        width: 573px;
        height: 280px;
        overflow: hidden;
    }
    .ip-box .ip-view .right .box img{
        width: 100%;
        height: 280px;
    }
    .ip-box .ip-view .right .box .right-text{
        height: 280px;
        padding-top: 91px;
        padding-left: 10px;
    }
    .ip-box .ip-view .right .box .right-text p:nth-child(1){
        font-size: 28px;
    }
    .ip-box .ip-view .right .box .right-text p:nth-child(2){
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
        margin-top: 15px;
    }
    .ip-box .bottom-box{
        width: calc(100% - 503px);
        margin: 8px 0 0 503px;
    }
    .ip-box .bottom-box li {
        width: 350px;
        height: 350px;
    }
    .ip-box .bottom-box li .img-main{
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .ip-box .bottom-box li img{
        width: 350px;
        height: 197px;
    }
    .ip-box .bottom-box li .title-box{
        padding: 0 22px;
    }
    .ip-box .bottom-box li .desc{
        margin-top: 18px;
        padding: 0 22px;
    }
    .ip-box .bottom-box .arrow-img{
        width: 60px;
        height: 60px;
    }
    /*.ip-box .bottom-box .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .ip-box .bottom-box .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/

    /**************************************************************************************
    **************
    ************** ip box
    **************
    *************************************************/


    /**************************************************************************************
    **************
    ************** value driven
    **************
    ****************************************************************************************/
    .value-driven {
        height: 625px;
    }
    .value-driven .view{
        width: 1246px;
    }
    .value-driven .box{
        width: calc(100% - 156px);
        margin-left: 156px;
        padding: 40px 0px 40px 0;
    }
    .value-driven .box .left{
        width: 140px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
    .value-driven .box .title-5>p{
        width: 128px;
        height: 130px;
        background: url("../img/1280title-5.svg")no-repeat bottom left;
        margin-top: 9px;
    }
    .value-driven .box .left div>p:nth-child(1){
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
    }
    .value-driven .box .left div>p:nth-child(2){
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
    }
    .value-driven .box .right{
        flex: 1;
        height: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .value-driven .box .right .title{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .value-driven .right .title span:nth-child(1){
        font-size: 40px;
    }
    .value-driven .right .desc {
        width: 622px;
        margin-top: 22px;
    }
    .value-driven .right .center{
        margin-top: 47px;
    }
    .value-driven .right .center ol li>p:nth-child(1) {
        font-size: 36px;
    }
    .value-driven .right .center>div .line img{
        width: 200%;
        left: 10%;
    }
    .value-driven .right .center ul li .text p:nth-child(1){
        font-size: 20px;
    }
    .value-driven .right .center ul li .text p:nth-child(2){

    }
    .value-driven .right .bottom {
        bottom: 30px;
    }
    .value-driven .right .bottom>div .leave input{
        width: 471px;
    }
    /**************************************************************************************
    **************
    ************** value driven
    **************
    ****************************************************************************************/


    /**************************************************************************************
    **************
    ************** map view
    **************
    ****************************************************************************************/
    .map-view{
        height: 550px;
        padding-top: 35px;
    }
    .map-view .title{
        font-size: 42px;
    }
    .map-view #Amap{
        height: 220px;
    }
    .map-view .bottom {
        height: 28px;
    }
    .map-view .bottom ul{
        width: 1246px;
        height: 36px;
        margin-left: -623px;
    }
    .map-view .bottom ul li {
        font-size: 14px;
    }
    .map-view .bottom ul li.active{
        font-size: 16px;
    }
    .map-view .bottom ul li div{
        bottom: 4px;
    }
    .map-view .map-info-view{
        top: 130px;
    }
    /**************************************************************************************
    **************
    ************** map view
    **************
    *********************************************************/


    .top-button{
        width: 36px;
        height: 36px;
    }
    .top-button img.small-img{
        display: block;
    }
    .top-button img.big-img{
        display: none;
    }
	/*动态和关于我们*/
	.dynamic{
		padding: 33.345px 0px 37.2px 0px;
	}
	.dynamic .dynamic_box{
		width: 1244.88px;
	}
	.dynamic .dynamic_box .trends{
		margin-right: 29.64px;
		width:918.84px ;
	}
	.dynamic_box .title{
		margin-bottom: 22.23px;
	}
	.dynamic_box .title .title_name{
		font-size: 32px;
	}
	.dynamic_box .title .title_link{
		font-size: 14px;
	}
	.dynamic_box .title .title_link>img{
		height: 7px;
		margin-left: 3px;
	}
	.trends .trends_list{
		width: 100%;
	}
	.dynamic_box .list_main{
		width: calc(0.741*400px);
		height:calc(0.741*400px);
		margin-right:calc(0.741*20px);
	}
	.dynamic_box .list_main .list_main_img{
		height: calc(0.741*225px);
	}
	.dynamic_box .list_main .main_big{
		font-size: 23px;
		line-height: calc(0.741*36px);
		margin: 11.11px 22.23px;
        height: 52px;
	}
	.dynamic_box .list_main .main_big>p{
		font-size: 23px;
	}
	.dynamic_box .list_main .main_small{
		font-size: 14px;
		margin: 0px 22.23px;
		margin-bottom: 15.56px;
	}
	.dynamic .dynamic_box .concerning{
		width: calc(0.741*400px);
	}
    .dynamic_box .concerning .list_main .main_big{
        margin-bottom: 6px;
    }
}
/* 1366 */


/* 1280 */
@media screen and (max-width: 1280px) {


    .top-button{
        width: 36px;
        height: 36px;
    }
    .top-button .small-img{
        display: block;
    }
    .top-button .big-img{
        display: none;
    }



    /**************************************************************************************
    **************
    ************** 首屏
    **************
    ****************************************************************************************/
    .first-screen{
        min-width: 1200px;
    }
    .first-screen .image-view{
        height: 308px;
        padding: 30px 0 0;
    }
    .first-screen .image-view h4{
        font-size: 20px;
    }
    .first-screen .image-view h1{
        font-size: 56px;
        margin-top: 0px;
    }
    .first-screen .image-view ul{
        width: calc(100% - 200px);
        margin: 25px auto 0;
    }
    .first-screen .image-view ul li .first-screen-div{
        padding: 0 20px;
    }
    .first-screen .image-view ul li .big-img{
        display: none;
    }
    .first-screen .image-view ul li .small-img{
        display: block;
    }
    .first-screen .image-view ul li h3{
        font-weight: normal;
        font-size: 20px;
    }
    .first-screen .image-view ul li h6{
        font-weight: normal;
        margin-top: 0px;
    }
    .first-screen .bottom {
        width: 1200px;
        height: 164px;
    }
    .first-screen .bottom ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .first-screen .bottom ul li {
        width: 20%;
        height: 82px;
        padding-top: 19px;
    }
	.first-screen .bottom ul li div{
		z-index: 0;
		background-size: 91.84px 60.68px;
	}
    .first-screen .bottom ul li .title{
        font-size: 18px;
        padding-left: 18px;
    }
    .first-screen .bottom ul li .desc {
        opacity: 1;
        padding-left: 18px;
    }
    .first-screen .bottom ul li.active{
        background-image: url('../img/1280center-sj.png');
    }
    .first-screen img{
        width: 160px;
        height: 108px;
        margin-top: 10px;
    }
    /**************************************************************************************
    **************
    ************** 首屏
    **************
    *******************************/

    /**************************************************************************************
    **************
    ************** focus insight
    **************
    ****************************************************************************************/
    .focus-insight{
        padding-top: 25px;
        min-width: 1200px;
        height: 580px;
        position: relative;
    }
    .focus-insight .icon {
        width: 54px;
        height: 28px;
        margin: 0 auto;
    }
    .focus-insight .icon img{
        width:100%;
        height: 100%;
    }
    .focus-insight .icon img.small-img{
        display: block;
    }
    .focus-insight .icon img.big-img{
        display: none;
    }
    .focus-insight .title{
        width: 750px;
        margin: 25px auto 0;
        font-size: 86px;
        letter-spacing: 21px;
    }
    .focus-insight .title span{
        font-size: 30px;
    }
    .focus-insight .number-box{
        margin: 75px auto 0;
        width: calc(100% - 525px);
    }
    .focus-insight .number-box li p:nth-child(1){
        font-size: 48px;
    }
    .focus-insight .number-box li p:nth-child(1) span{
        font-size: 14px;
    }
    .focus-insight .number-box li p:nth-child(2){
        font-size: 14px;
    }
    .focus-insight .city-list{
        width: 1200px;
        height: 32px;
        margin-left: -600px;
    }
    .focus-insight .activity-dah-logo{
        width: 210px;
        height: 158px;
        right: 32px;
        top: 70px;
    }
    /**************************************************************************************
    **************
    ************** focus insight
    **************
    ****************************************************************************************/


    /**************************************************************************************
    **************
    ************** left box
    **************
    ****************************************************************************************/
    .left-box1 {
        width: 165px;
        height: 505px;
        /* position: fixed; */
		position: absolute;
        top: 150px;
        left: 30px;
    }
    .left-box1 ul{
        padding: 0 0 0 27px;
    }
    .left-box1 ul li {
        padding: 16px 0 0 0;
    }
    .left-box1 ul li.active::before{
        top: 20px;
    }
    .left-box1 .tel{
        width: 165px;
    }
    .left-box1 .tel img{
        width: 16px;
        height: 16px;
        margin-left: 8px;
        margin-right: 2px;
    }
    .left-box1 .tel span{
        font-size: 18px;
    }
    /**************************************************************************************
    **************
    ************** left box
    **************
    ****************************************************************************************/


    /**************************************************************************************
    **************
    ************** content introduce
    **************
    ****************************************************************************************/
    .content-introdcue>div{
        padding: 80px 0;
    }
    .content-introdcue .icon-position{
        width: 54px;
        height: 54px;
    }
    .content-introdcue .icon-position .big-img{
        display: none;
    }
    .content-introdcue .icon-position .small-img{
        display: block;
    }
    .content-introdcue .view .title{
        width: calc(100% - 300px);
        margin-left: 260px;
    }
    .content-introdcue .view .title-1 .left{
        width: 128px;
        height: 130px;
        background: url("../img/1280title-1.svg")no-repeat center center;
        margin-top: 6px;
    }
    .content-introdcue .view .title-2 .left{
        width: 125px;
        height: 60px;
        background: url("../img/1280title-2.svg")no-repeat top center;
        margin-top: 10px;
    }
    .content-introdcue .view .title-3 .left{
        width: 125px;
        height: 63px;
        background: url("../img/1280title-3.svg")no-repeat top center;
        margin-top: 6px;
    }
    .content-introdcue .view .title .right {
        width: calc(100% - 198px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 100%;
    }
    .content-introdcue .view .title .right .top{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0px;
    }
    .content-introdcue .view .title .right .top span:nth-child(1){
        display: inline-block;
        width: 528px;
        font-size: 40px;
        line-height: 46px;
    }
    .content-introdcue .view .title .right .bottom {
        line-height: 20px;
    }
    .content-introdcue .view .tab-view {
        width: calc(100% - 256px);
        margin: 20px 0 0 256px;
    }
    .content-introdcue .view .header {
        width: calc(100% - 40px);
    }
    .content-introdcue .view .header>ul li{
        padding: 0 20px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    .content-introdcue .view .content {
        margin-top: 20px;
        height: 395px;
    }
    .content-introdcue .view .content li {
        width: 350px;
        height: 350px;
        margin-right: 12px;
    }
    .content-introdcue .view .content li .img-main{
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .content-introdcue .view .content li .img-main img{
        width: 350px;
        height: 197px;
    }
    .content-introdcue .view .content li .shadow-img{
        bottom: -37px;
    }
    .content-introdcue .view .content li .title-box{
        padding: 0 20px;
    }
    .content-introdcue .view .content li p{
        font-size: 32px;
    }
    .content-introdcue .view .content li .desc{
        padding: 0 21px;
        margin-top: 9px;
        font-size: 14px;
    }
    .content-introdcue .view .content .arrow-img{
        width: 60px;
        height: 60px;
    }
    /*.content-introdcue .view .content .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .content-introdcue .view .content .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/
    /**************************************************************************************
    **************
    ************** content introduce
    **************
    *********************************************************************************/



    /**************************************************************************************
    **************
    ************** service view
    **************
    ****************************************************************************************/
    .service-view{
        padding: 70px 0 0 0;
    }
    .service-view .service-title{
        width: calc(100% - 280px);
        margin-left: 240px;
    }
    .service-view .title-4 .left{
        width: 221px;
        height: 123px;
        margin-top: 8px;
        background: url("../img/1280title-4.svg")no-repeat bottom center;
    }
    .service-view .service-title .right{
        width: calc(100% - 265px);
    }
    .service-view .service-title .right div:nth-child(1){
        font-size: 42px;
    }
    .service-view .service-list-view {
        width: calc(100% - 260px);
        margin-left: 260px;
        padding: 32px 0;
    }
    .service-view .service-list-view .left{
        width: 203px;
    }
    .service-view .service-list-view .left p:nth-child(1){
        width: 203px;
        font-size: 34px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-1{
        background: url('../img/1280-icon.png') no-repeat -245px -132px;
        width: 11px;
        height: 36px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-2{
        background: url('../img/1280-icon.png') no-repeat -340px -132px;
        width: 20px;
        height: 36px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-3{
        background: url('../img/1280-icon.png') no-repeat -440px -132px;
        width: 21px;
        height: 38px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-4{
        background: url('../img/1280-icon.png') no-repeat -539px -132px;
        width: 22px;
        height: 36px;
        margin-right: 8px;
    }
    .service-view .service-list-view .left p:nth-child(2){
        width: 203px;
        font-size: 20px;
        margin-bottom: 50px;
        text-align: left;
    }
    .service-view .service-list-view .left i{
        display: block;
        width: 203px;
        background: url("../img/1280free.svg");
        background-size: 100% 100%;
    }
    .service-view .service-list-view .left div{
        width: 203px;
    }
    .service-view .service-list-view .left div a{
        width: 203px;
    }
    .service-view .service-list-view .right {
        width: calc(100% - 245px);
    }
    .service-view .service-list-view .right .tabs-header{
        width: calc(100% - 40px);
    }
    .service-view .service-list-view .right .tabs-header ul li{
        height: 38px;
        line-height: 38px;
        font-size: 20px;
        padding: 0 10px;
    }
    .service-view .service-list-view .right .tabs-content{
        margin-top: 20px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li{
        width: 350px;
        height: 350px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li .img-main{
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li img{
        width: 350px;
        height: 197px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li .img-main{
        width: 310px;
        height: 174px;
        overflow: hidden;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li img{
        width: 310px;
        height: 174px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box{
        padding: 15px 22px 0;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box p{
        line-height: 35px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(2) li .desc{
        padding: 0 22px;
        padding-top: 14px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .desc{
        padding: 22px 22px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .arrow-img{
        width: 60px;
        height: 60px;
    }
    /*.service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/
    /**************************************************************************************
    **************
    ************** service view
    **************
    *****************************/


    /**************************************************************************************
    **************
    ************** ip box
    **************
    ****************************************************************************************/
    .ip-box{
        min-width: 1200px;
        padding: 49px 0 45px 0;
    }
    .ip-box .ip-view{
        width: calc(100% - 260px);
        margin-left: 260px;
    }
    .ip-box .ip-view .left{
        width: 203px;
    }
    .ip-box .ip-view .left div i{
        display: inline-block;
        margin-right: 1px;
        background: url('../img/1280-icon.png') no-repeat -20px -37px;
        width: 60px;
        height: 27px;
    }
    .ip-box .ip-view .left p{
        margin-bottom: 64px;
    }
    .ip-box .ip-view .left img{
        width: 203px;
    }
    .ip-box .ip-view .left i.free{
        width: 203px;
        background: url(../img/1280free.svg);
    }
    .ip-box .ip-view .right{
        width: calc(100% - 245px);
    }
    .ip-box .ip-view .right .title{
        width: calc(100% - 40px);
        height: 38px;
    }
    .ip-box .ip-view .right .title ul li {
        padding: 0 20px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    .ip-box .ip-view .right .box{
        width: 100%;
        height: 280px;
        margin-top: 34px;
    }
    .ip-box .ip-view .right .box .img-main{
        width: 573px;
        height: 280px;
        overflow: hidden;
    }
    .ip-box .ip-view .right .box img{
        width: 100%;
        height: 280px;
    }
    .ip-box .ip-view .right .box .right-text{
        height: 280px;
        padding-top: 91px;
        padding-left: 10px;
    }
    .ip-box .ip-view .right .box .right-text p:nth-child(1){
        font-size: 28px;
    }
    .ip-box .ip-view .right .box .right-text p:nth-child(2){
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
        margin-top: 15px;
    }
    .ip-box .bottom-box{
        width: calc(100% - 503px);
        margin: 8px 0 0 503px;
    }
    .ip-box .bottom-box li {
        width: 350px;
        height: 350px;
    }
    .ip-box .bottom-box li .img-main{
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .ip-box .bottom-box li img{
        width: 350px;
        height: 197px;
    }
    .ip-box .bottom-box li .title-box{
        padding: 0 22px;
    }
    .ip-box .bottom-box li .desc{
        margin-top: 18px;
        padding: 0 22px;
    }
    .ip-box .bottom-box .arrow-img{
        width: 60px;
        height: 60px;
    }
    /*.ip-box .bottom-box .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .ip-box .bottom-box .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/

    /**************************************************************************************
    **************
    ************** ip box
    **************
    *************************************************/


    /**************************************************************************************
    **************
    ************** value driven
    **************
    ****************************************************************************************/
    .value-driven {
        height: 625px;
    }
    .value-driven .view{
        width: 1200px;
    }
    .value-driven .box{
        width: calc(100% - 230px);
        margin-left: 230px;
        padding: 40px 0px 40px 0;
    }
    .value-driven .box .left{
        width: 140px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
    .value-driven .box .title-5>p{
        width: 128px;
        height: 130px;
        background: url("../img/1280title-5.svg")no-repeat bottom left;
        margin-top: 9px;
    }
    .value-driven .box .left div>p:nth-child(1){
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
    }
    .value-driven .box .left div>p:nth-child(2){
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
    }
    .value-driven .box .right{
        flex: 1;
        height: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .value-driven .box .right .title{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .value-driven .right .title span:nth-child(1){
        font-size: 40px;
    }
    .value-driven .right .desc {
        width: 622px;
        margin-top: 22px;
    }
    .value-driven .right .center{
        margin-top: 47px;
    }
    .value-driven .right .center ol li>p:nth-child(1) {
        font-size: 36px;
    }
    .value-driven .right .center>div .line img{
        width: 200%;
        left: 10%;
    }
    .value-driven .right .center ul li .text p:nth-child(1){
        font-size: 20px;
    }
    .value-driven .right .center ul li .text p:nth-child(2){
    }

    .value-driven .right .bottom {
        bottom: 30px;
    }
    .value-driven .right .bottom>div .leave input{
        width: 345px;
    }
    /**************************************************************************************
    **************
    ************** value driven
    **************
    ****************************************************************************************/




    /**************************************************************************************
    **************
    ************** map view
    **************
    ****************************************************************************************/
    .map-view{
        height: 550px;
        padding-top: 35px;
    }
    .map-view .title{
        font-size: 42px;
    }
    .map-view #Amap{
        height: 220px;
    }
    .map-view .bottom {
        height: 28px;
    }
    .map-view .bottom ul{
        width: 1200px;
        height: 36px;
        margin-left: -600px;
    }
    .map-view .bottom ul li {
        font-size: 14px;
    }
    .map-view .bottom ul li.active{
        font-size: 16px;
    }
    .map-view .bottom ul li div{
        bottom: 4px;
    }
    .map-view .map-info-view{
        top: 130px;
    }
    /**************************************************************************************
    **************
    ************** map view
    **************
    *********************************************************/



    .top-button{
        width: 36px;
        height: 36px;
    }
    .top-button img.small-img{
        display: block;
    }
    .top-button img.big-img{
        display: none;
    }
	/*动态和关于我们*/
	.dynamic{
        padding: 33.345px 0px 37.2px 0px;
	}
	.dynamic .dynamic_box{
		width: 1199.52px;
	}
	.dynamic .dynamic_box .trends{
		margin-right: 28.56px;
		width:885.36px ;
	}
	.dynamic_box .title{
		margin-bottom:calc(0.714*30px);
	}
	.dynamic_box .title .title_name{
		font-size: 28px;
	}
	.dynamic_box .title .title_link{
		font-size: 14px;
	}
	.dynamic_box .title .title_link>img{
		height: 7px;
		margin-left: 3px;
	}
	.trends .trends_list{
		width: 100%;
	}
	.dynamic_box .list_main{
		width: calc(0.714*400px);
		height: calc(0.714*400px);
		margin-right:calc(0.714*20px);
	}
	.dynamic_box .list_main .list_main_img{
		height: calc(0.714*225px);
	}
	.dynamic_box .list_main .main_big{
		font-size: 22px;
		line-height:calc(0.714*36px);
		margin: 10.71px 21.42px;
        height: 52px;
	}
	.dynamic_box .list_main .main_big>p{
		font-size: 22px;
	}
	.dynamic_box .list_main .main_small{
		font-size: 14px;
		margin: 0px 21.42px;
		margin-bottom: calc(0.714*21px);
	}
	.dynamic .dynamic_box .concerning{
		width: calc(0.714*400px);
	}
    .dynamic_box .concerning .list_main .main_big{
        margin-bottom: 6px;
    }

}
/* 1280 */



/* 动画  */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}




@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,-50px,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,-50px,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}



@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
.img-main .play{
	width: 76px;
	height: 76px;
	background: url(../img/play.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -38px;
	margin-top: -38px;
}

